object ScheduleInitForm: TScheduleInitForm Left = 236 Top = 254 Width = 233 Height = 99 Caption = 'Scheduled Transfer' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter ShowHint = True OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 5 Width = 150 Height = 13 Caption = 'Initializing Scheduled Transfer...' end object Label2: TLabel Left = 106 Top = 22 Width = 12 Height = 13 Caption = '10' Font.Color = clRed Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object BitBtn1: TBitBtn Left = 75 Top = 43 Width = 75 Height = 25 Hint = 'Click Here To CANCEL Scheduled Transfer' TabOrder = 0 Kind = bkCancel end object Timer1: TTimer OnTimer = Timer1Timer Left = 192 Top = 40 end end